Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

This PR contains the following updates:

Package Change Age Confidence
happy-dom ^18.0.1 -> ^19.0.2 age confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v19.0.2

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes issue related to CSS pseudo selector :scope that didn't work correctly for direct descendants to root - By @​capricorn86 in task #​1620

v19.0.1

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes

v19.0.0

Compare Source

πŸ’£ Breaking Changes
  • Removes support for CommonJS - By @​capricorn86 in task #​1730
    • Support for CommonJS is no longer needed as Node.js v18 is deprecated and v20 and above supports loading ES modules from CommonJS using require()
  • Updates Jest to v30 in the @happy-dom/jest-environment package - By @​capricorn86 in task #​1730
  • Makes Jest packages peer dependencies to make it easier to align versions with the project using @happy-dom/jest-environment - By @​capricorn86 in task #​1730
🎨 Features
πŸ‘·β€β™‚οΈ Patch fixes
  • Fixes a bug in the ESM compiler that caused it to fail to parse certain code - By @​capricorn86 in task #​1730
  • Disables the same origin policy when navigating a browser frame using BrowserFrame.goto() - By @​capricorn86 in task #​1730
  • Fixes bug where CSS selectors with the pseudos "+" and ">" failed for selectors without arguments - By @​capricorn86 in task #​1730
  • Adds try and catch to listeners for events dispatched from XMLHttpRequest to prevent it from being set to an invalid state if a listener throws an Error - By @​capricorn86 in task #​1730

Configuration

πŸ“… Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Sep 29, 2025

Deploying content with Β Cloudflare Pages Β Cloudflare Pages

Latest commit: 8a12230
Status:Β βœ…Β  Deploy successful!
Preview URL: https://6ecbf49c.content-f0q.pages.dev
Branch Preview URL: https://renovate-major-happy-dom-mon.content-f0q.pages.dev

View logs

Copy link

vercel bot commented Sep 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
content-docs Ready Ready Preview Sep 30, 2025 4:05pm

Copy link

pkg-pr-new bot commented Sep 29, 2025

npm i https://pkg.pr.new/@nuxt/content@3556

commit: 8a12230

package.json Outdated
"csvtojson": "^2.0.10",
"eslint": "^9.35.0",
"happy-dom": "^18.0.1",
"happy-dom": "^19.0.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"happy-dom": "^19.0.1",
"happy-dom": "^18.0.1",

The happy-dom update to version 19.0.1 is incompatible with @nuxt/[email protected], which only supports happy-dom versions up to ^18.0.0.

View Details

Analysis

Peer dependency conflict between [email protected] and @nuxt/[email protected]

What fails: @nuxt/[email protected] has peer dependency constraint happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 which excludes happy-dom v19.x

How to reproduce:

Result: Installation succeeds but produces peer dependency warnings:

 WARN  Issues with peer dependencies found
.
└─┬ @nuxt/test-utils 3.19.2
  β”œβ”€β”€ βœ• unmet peer happy-dom@"^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0": found 19.0.1

Expected: No peer dependency warnings when using compatible versions. The constraint should be updated to include v19.x or happy-dom should be downgraded to v18.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants